.list-ser-box{
	float:left;
}
.list-ser-type{
    font-size: 16px;
    color: #1F4E83;
    width: 56px;
    height: 38px;
    float: left;
    line-height: 38px;
    padding: 0 10px 0 20px;
    border-right: #1F4E83 3px solid;
    cursor: pointer;
    user-select: none;
}
.list-ser-type-box{
	background-color:white !important;
    position:absolute;
    top: 38px;
    background-color: rgba(78, 120, 166, .1);
    box-shadow: 0px 4px 4px rgba(0,0,0,.1);
    transition: all .5s;
    z-index: 1268;
    display: none;
	width:88px;
	padding:10px 0;
	margin:0;
}
.list-ser-type-box li{
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: black;
    cursor: pointer;
    list-style-type:none;
    transition: all .2s;
}
.list-ser-type-box li:hover{
    color: #1e5d92;
}
.list-ser-type-box .list-ser-type_active{
    color: #1e5d92;
}



// --------------------------
.list-ser-box{
    height: 38px;
    line-height: 38px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 124px;
}

.list-ser-type {
    font-size: 16px;
    color: #7694ba;
    width: 56px;
    height: 36px;
    float: left;
    line-height: 38px;
    padding: 0 10px 0 20px;
    border: #315988 1px solid;
    cursor: pointer;
    user-select: none;
	background: url(../image/triangle.png) no-repeat right center/ 28px 28px;
}
#header-title-search-text input{width:240px;}
#header-title-search{float:left}
